home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 9: Drivers / 1999-09 CD ACTUAL TEMATICO #9 (PC Actual Septiembre 99).iso / Modems / 3Com / WinModemVoice / 1750.exe / Winmodem.inf < prev    next >
Encoding:
INI File  |  1997-09-23  |  2.0 KB  |  88 lines

  1. ; WINMODEM.INF
  2. ; Copyright 1995, U.S. Robotics Inc.
  3. ; This file is the master device information file for the Winmodem
  4. ; hardware installation.
  5.  
  6. ; Comment starting with semicolon should not be added at the end of a line.
  7.  
  8. [version]
  9. signature="$WINDOWS95$"
  10.  
  11. Class=Winmodem
  12. ; install hardware with both port and modem capabilities.                        
  13.  
  14. Provider=%USR%
  15. ; name of the hardware provider
  16.  
  17. [DestinationDirs]
  18. ClassInstall.CopyWin=11
  19. ; SYSTEM subdirectory
  20.  
  21. ComPort.CopyWin=11,winmodem.101
  22. ; SYSTEM\winmodem.101 subdirectory
  23.  
  24. [SourceDisksFiles]
  25. winmodem.exe=1
  26. ; Source disk : disk one
  27.  
  28. winmodem.drv=1
  29. ; Source disk : disk one
  30.  
  31. [SourceDisksNames]
  32. 1="U.S. Robotics Inc. x2 Winmodem Voice",DISK1,2345-16E8
  33. ; this is the install disk description
  34.  
  35. ;----------------------------------------------------------
  36. ; Install class "Winmodem"
  37. ; Windows will probably use these entries, because the USRProduct class
  38. ; is not installed.
  39.  
  40. [ClassInstall]
  41. CopyFiles=ClassInstall.CopyWin
  42. AddReg=PortsClass.AddReg
  43.  
  44. [ClassInstall.CopyWin]
  45. winmodem.cpl,winmodem.cp_
  46. ; this file will be copied in the SYSTEM directory
  47.  
  48. [PortsClass.AddReg]
  49. HKR,,,,%PortsClassName%
  50. HKR,,Icon,,2
  51. HKR,,Installer,,winmodem.cpl
  52. HKR,,NoUseClass,,1
  53. HKR,,NoInstallClass,,1
  54. HKR,,NoDisplayClass,,1
  55. HKR,,SilentInstall,,1
  56. HKR,AdditionalIDs,0000,,"ISAPNP\USR1002"
  57.  
  58. ;----------------------------------------------------------
  59. ; Drivers
  60. ; Winmodem hardware declaration
  61.  
  62. [Manufacturer]
  63. %Std%=Std
  64.  
  65. [Std]
  66. %Winmodem.DeviceDesc% = ComPort,ISAPNP\USR1002
  67.  
  68. ;----------------------------------------------------------
  69. ; COM sections
  70.  
  71. [ComPort]
  72. CopyFiles=ComPort.CopyWin
  73. ; copy Winmodem files
  74.  
  75. [ComPort.CopyWin]
  76. winmodem.drv,winmodem.dr_
  77. winmodem.exe,winmodem.ex_
  78. ; this file will be copied in the SYSTEM\winmodem.101 directory
  79.  
  80. ;----------------------------------------------------------
  81. ; User readable strings
  82. [Strings]
  83. USR = "U.S. Robotics, Inc."
  84. Std = "U.S. Robotics, Inc."
  85. PortsClassName = "Winmodem"
  86. Winmodem.DeviceDesc ="U.S.Robotics x2 Winmodem Voice"
  87.  
  88.